Release 10.1A: OpenEdge Data Management:
SQL Reference
UCASE
Returns the result of the argument character expression after converting all the characters to uppercase.
UCASEis identical toUPPER, but provides ODBC-compatible syntax.Syntax
Example
The example illustrates the
UCASEfunction, returning columns from rows in the customer table where thelast_namecolumn, after being converted to uppercase, is equal to ‘SMITH’:
Notes
- The argument to the function must be of type
CHARACTER.- The result is of type
CHARACTER.- If the argument expression evaluates to
NULL, the result isNULL.- A
char_expressionand the result can contain multi-byte characters. The uppercase conversion is determined by the case table in theconvmapfile. The default case table isBASIC.Compatibility
ODBC compatible
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |